DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection Class / SelectByFontPath Method / SelectByFontPath(String,List<Font>) Method

In This Topic
SelectByFontPath(String,List<Font>) Method
In This Topic
Collects the fonts having the same specified font path.
Syntax
'Declaration
 
Public Overloads Sub SelectByFontPath( _
   ByVal fontPath As System.String, _
   ByVal res As System.Collections.Generic.List(Of Font) _
) 
 

Parameters

fontPath
res
See Also